SpatialPointData
SpatialPointData[points] represents a collection of spatial locations points.
SpatialPointData[points,reg] represents a collection of points within the region reg.
SpatialPointData[points->vals,…] associates the values vals with the location points.
SpatialPointData[points-><|key1->vals1,…|>,…] associates the key-value annotations keyi->valsi.
SpatialPointData[{p1->data1,p2->data2,…},…] represents the spatial point collection {p1,p2,…} with associated values {data1,data2,…}.
SpatialPointData[{points1,points2,…},…] represents multiple collections of spatial points.
SpatialPointData[{points1->anns1,points2->anns2,…},…] represents multiple collections of spatial points with annotations.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.